home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / CommentPane$7.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  668 b   |  24 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.app.BaseAction;
  4. import java.awt.event.ActionEvent;
  5.  
  6. class CommentPane$7 extends BaseAction {
  7.    // $FF: synthetic field
  8.    final CommentPane this$0;
  9.  
  10.    public void actionOccurred(ActionEvent var1) {
  11.       if (this.this$0.showMode == 1) {
  12.          this.this$0.setShowMode(2);
  13.       } else {
  14.          this.this$0.setShowMode(1);
  15.       }
  16.  
  17.    }
  18.  
  19.    CommentPane$7(CommentPane var1, String var2) {
  20.       super(var2);
  21.       this.this$0 = var1;
  22.    }
  23. }
  24.